home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / ftpser1a / readme.txt < prev    next >
Text File  |  1996-09-03  |  1KB  |  26 lines

  1. This packet contains the source of a tiny FTP Server implementing the major
  2. functionalities described on RFC959. It's been realized, in spare time,
  3. during my collaboration with Laboratorio Nazionale del Sud, a nuclear physics
  4. laboratory in Catania (Italy). 
  5. The program is been written using Visual Basic 3.0, the network functionalities
  6. are supplied for the most part by Winsock 1.1 and also by a very simple VBX
  7. (VBSock 1.1) find over internet and entirely free.
  8. Realization of this program is been a useful exercise for me and I hope that my
  9. work can help in your experiments over internet.
  10. This is the complete list of commands recognized by this server:
  11. - USER, PASS, CWD & XCWD, CDUP & XCUP, QUIT, PORT, TYPE (Ascii, Image),
  12. - STRU (File only), MODE (Stream only), RETR, STOR, RNFR & RNTO, DELE,
  13. - RMD & XRMD, MKD & XMKD, PWD & XPWD, LIST, NLST, SYST, HELP, NOOP.
  14. If you want any explanation or wish my collaboration for any project, contact me:
  15.  
  16.  
  17.     Anastasi Lorenzo
  18.     Via Etna, 82
  19.     95018 Riposto (CT)
  20.     ITALY
  21.     Phone: (095) 7791538
  22.  
  23.     e-mail: unisystem@dns.omnia.it
  24.  
  25.  
  26.